home *** CD-ROM | disk | FTP | other *** search
- object PutOffForm: TPutOffForm
- Left = 224
- Top = 121
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Put Off Event'
- ClientHeight = 125
- ClientWidth = 312
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object MainGroupBox: TGroupBox
- Left = 0
- Top = 0
- Width = 309
- Height = 71
- TabOrder = 2
- object PutOffLabel: TLabel
- Left = 8
- Top = 20
- Width = 73
- Height = 13
- Caption = 'For How Long?'
- end
- object PutOffVLabel: TLabel
- Left = 8
- Top = 48
- Width = 15
- Height = 13
- Caption = 'xxx'
- end
- object PutOffEdit: TEdit
- Left = 88
- Top = 18
- Width = 215
- Height = 21
- TabOrder = 0
- OnChange = PutOffEditChange
- end
- end
- object OKBitBtn: TBitBtn
- Left = 6
- Top = 78
- Width = 75
- Height = 40
- TabOrder = 0
- OnClick = OKBitBtnClick
- Kind = bkOK
- end
- object CancelBitBtn: TBitBtn
- Left = 92
- Top = 78
- Width = 75
- Height = 40
- TabOrder = 1
- OnClick = CancelBitBtnClick
- Kind = bkCancel
- end
- end
-